home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 126-150 / scopedisk143 / vlt4.824 / rexx / vltmouse.vlt < prev    next >
Text File  |  1995-03-19  |  236b  |  11 lines

  1. /** VLTMouse.vlt
  2. *
  3. *   Demo of how to program VLT's mouse to send something to an ARexx port.
  4. *   See also VLTMouse.rexx.
  5. *
  6. **/
  7. address AREXX "VLTMouse.rexx"
  8. call delay(100)
  9. "mouse on (~rx 'address VLTMOUSE %d %d %d %d %d %d %d')"
  10. exit
  11.